home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{24AEB3F9-F684-11D1-8948-EE13A4C86402}#1.0#0"; "PUZZLE.OCX"
- Begin VB.Form frmPuzzleTest
- BorderStyle = 1 'Fixed Single
- Caption = "Puzzle"
- ClientHeight = 5400
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4320
- LinkTopic = "Form1"
- MaxButton = 0 'False
- ScaleHeight = 5400
- ScaleWidth = 4320
- StartUpPosition = 2 'CenterScreen
- Begin Puzzle.ctlPuzzle ctlPuzzle1
- Height = 5175
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 4095
- _ExtentX = 7223
- _ExtentY = 9128
- End
- Attribute VB_Name = "frmPuzzleTest"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-